home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / comm / comm5 / sumstols.rdm < prev    next >
Text File  |  1997-01-18  |  3KB  |  100 lines

  1. Short:  Stuntzi's UMS tools v2.13
  2. Author: Stefan Stuntz <stuntz@informatik.tu-muenchen.de>, Bernhard Moellemann <zza@mhystic.hall.sub.org>, Matthias Scheler <tron@lyssa.owl.de>, Klaus Melchior <kmel@eifel.tng.oche.de>, Oliver Oster
  3. Type:   comm/ums
  4. Kurz:   Stuntzi's UMS Tools v2.13
  5.  
  6.  <olio@informatik.uni-bremen.de>, Ulrich Sibiller <uli@pizza.tynet.sub.org>, Olaf Peters <olf@informatik.uni-bremen.de>
  7. Uploader: Olaf Peters <olf@informatik.uni-bremen.de>
  8. Replaces: comm/ums/SUMSTools.lha
  9. Version:  2.13 (9.1.97)
  10. Requires: OS 2.x, UMS v10+
  11. Copyright: Public Domain
  12.  
  13. Revision History
  14. ****************
  15.  
  16.    v2.13 (09-Jan-97) [olf]
  17.  
  18.      - added support for all missing server tags (UMSTAG_FileName etc.) to
  19.          the filter, SUMSPrint and SUMSWrite. [olf]
  20.      - docs: updated sections Filtering, SUMSPrint and SUMSWrite to now
  21.          reflect all possible keywords. Also updated the flag-stuff in
  22.          SUMSPrint to reflect the Parked and HasFile flag.
  23.      - forgot to update the version in v2.12 [olf]
  24.  
  25.    v2.12 (20-Dec-96) [olf]
  26.  
  27.      - umsfilter: added support for HasFile-Flag [olf]
  28.      - converted documentation to TexInfo resulting in up-to-date docs in
  29.          AmigaGuide format.
  30.      - all: compiled with SAS/C 6.57
  31.  
  32.    v2.11 (03-Aug-95) [kmel]
  33.  
  34.      - sumsexport.c: added [kmel]
  35.      - new directory structure [kmel]
  36.      - all: change CLI template to stop the problems with USER/A or
  37.             NAME/A [kmel]
  38.      - umsfilter: ID_LENGTH, added new filter: TextLength, HeaderLength [SS]
  39.      - all, sumstl.h: VERSION has information about the compiler [kmel]
  40.      - all: Compiled with SASC 6.51, if compiling with Dice some
  41.             expressions produce an error [kmel]
  42.  
  43.    v2.10 (05-Mar-95) [zza]
  44.  
  45.      - sumsdel.c: added
  46.      - sumsset.c: warns if Deleted bit is set
  47.      - sumstl.h: VERSION introduced for same version in all files
  48.      - sumsprint.c: fixed access of arguments via argv
  49.                     checking for CTRL-C in PrintMessage, too
  50.  
  51. Overview
  52. ********
  53.  
  54.    What are SUMSTools?
  55.  
  56.    'sumstl' or 'SUMSTools' stands for "Stuntzi's UMS Tools" and is a
  57. collection of six useful tools for the UMS message base system:
  58.  
  59. SUMSPrint
  60.      extract certain messages from message base to a file.
  61.  
  62. SUMSWrite
  63.      create new messages.
  64.  
  65. SUMSSet
  66.      set certain bits on certain messages.
  67.  
  68. SUMSFolder
  69.      set folder on certain messages.
  70.  
  71. SUMSDel
  72.      deletes certain messages
  73.  
  74. SUMSExport
  75.      exports certain messages in a UMS-specific format
  76.  
  77.    With the aid of these six tools, you can perform lots of actions,
  78. such as automatic message archiving, automatic generation of return
  79. receipts, automatic message forwarding, areafix support, user filter,
  80. etc.
  81.  
  82.    You could e.g. select all messages about "MUI", extract them from the
  83. message base with SUMSPrint and forward them to a special MUI-Area with
  84. SUMSWrite.
  85.  
  86.    Or you could select all messages from user "Martin Horneffer" and
  87. route them via SUMSPrint to a printer. Thus, you will have all his
  88. mumbling on a sheet of paper and can easily create some nice paper
  89. planes. :-)
  90.  
  91.    If you are a node that offers some kind of areafix, SUMSPrint could
  92. extract all messages to user "Areafix" for further parsing with an
  93. areafix tool.
  94.  
  95.    Do you need some kind of expire? Just select all messages in
  96. 'fidonet.Amiga.ger' that are older than 30 days and set the Expire-Bit
  97. with SUMSSet.
  98.  
  99.    There are simply no limits!
  100.